[INFO] cloning repository https://github.com/adamhott/gibberlink-cli
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/adamhott/gibberlink-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadamhott%2Fgibberlink-cli", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadamhott%2Fgibberlink-cli'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] de02be339185cfcb9dc58ab07265e1f94c28598e
[INFO] checking adamhott/gibberlink-cli against master#c0bb140a37c81cf59a0b40c21c9413059644e294 for pr-129249-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadamhott%2Fgibberlink-cli" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/adamhott/gibberlink-cli
[INFO] finished tweaking git repo https://github.com/adamhott/gibberlink-cli
[INFO] tweaked toml for git repo https://github.com/adamhott/gibberlink-cli written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/adamhott/gibberlink-cli on toolchain c0bb140a37c81cf59a0b40c21c9413059644e294
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/adamhott/gibberlink-cli already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wasm-bindgen-futures v0.4.70
[INFO] [stderr]   Downloaded web-sys v0.3.97
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3e793bdf10248eb2ddbd6b0faebed8155c11b4589982e2893733958d93e8d540" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 852e60a30bcb8a55953b6063bacf6b86bab02739648a1e3a91d1e21303d22a5a
[INFO] running `Command { std: "docker" "start" "852e60a30bcb8a55953b6063bacf6b86bab02739648a1e3a91d1e21303d22a5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "852e60a30bcb8a55953b6063bacf6b86bab02739648a1e3a91d1e21303d22a5a" "/opt/rustwide/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "852e60a30bcb8a55953b6063bacf6b86bab02739648a1e3a91d1e21303d22a5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "852e60a30bcb8a55953b6063bacf6b86bab02739648a1e3a91d1e21303d22a5a" "/opt/rustwide/cargo-home/bin/cargo" "+c0bb140a37c81cf59a0b40c21c9413059644e294" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]     Checking colorchoice v1.0.5
[INFO] [stderr]     Checking anstyle v1.0.14
[INFO] [stderr]    Compiling alsa-sys v0.3.1
[INFO] [stderr]     Checking anstyle-parse v1.0.0
[INFO] [stderr]    Compiling nix v0.31.2
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling cpal v0.15.3
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking clap_lex v1.1.0
[INFO] [stderr]    Compiling gibberlink-cli v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking fastrand v2.4.1
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking dasp_sample v0.11.0
[INFO] [stderr]     Checking hound v3.5.1
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr] warning: gibberlink-cli@0.1.0: vendor/ggwave/src/ggwave.cpp: In member function 'void GGWave::decode_fixed()':
[INFO] [stderr] warning: gibberlink-cli@0.1.0: vendor/ggwave/src/ggwave.cpp:1960:42: warning: possibly dangling reference to a temporary [-Wdangling-reference]
[INFO] [stderr] warning: gibberlink-cli@0.1.0:  1960 |                             const auto & v = m_rx.spectrumHistoryFixed[historyId][binStart + 2*j*binDelta + b];
[INFO] [stderr] warning: gibberlink-cli@0.1.0:       |                                          ^
[INFO] [stderr] warning: gibberlink-cli@0.1.0: vendor/ggwave/src/ggwave.cpp:1960:110: note: the temporary was destroyed at the end of the full expression '((GGWave*)this)->GGWave::m_rx.GGWave::Rx::spectrumHistoryFixed.ggmatrix<unsigned char>::operator[](historyId).ggvector<unsigned char>::operator[](((((int)binStart) + ((2 * j) * ((int)binDelta))) + b))'
[INFO] [stderr] warning: gibberlink-cli@0.1.0:  1960 |                             const auto & v = m_rx.spectrumHistoryFixed[historyId][binStart + 2*j*binDelta + b];
[INFO] [stderr] warning: gibberlink-cli@0.1.0:       |                                                                                                              ^
[INFO] [stderr] warning: gibberlink-cli@0.1.0: vendor/ggwave/src/ggwave.cpp:1973:42: warning: possibly dangling reference to a temporary [-Wdangling-reference]
[INFO] [stderr] warning: gibberlink-cli@0.1.0:  1973 |                             const auto & v = m_rx.spectrumHistoryFixed[historyId][binStart + 2*j*binDelta + binOffset + b];
[INFO] [stderr] warning: gibberlink-cli@0.1.0:       |                                          ^
[INFO] [stderr] warning: gibberlink-cli@0.1.0: vendor/ggwave/src/ggwave.cpp:1973:122: note: the temporary was destroyed at the end of the full expression '((GGWave*)this)->GGWave::m_rx.GGWave::Rx::spectrumHistoryFixed.ggmatrix<unsigned char>::operator[](historyId).ggvector<unsigned char>::operator[]((((((int)binStart) + ((2 * j) * ((int)binDelta))) + ((int)binOffset)) + b))'
[INFO] [stderr] warning: gibberlink-cli@0.1.0:  1973 |                             const auto & v = m_rx.spectrumHistoryFixed[historyId][binStart + 2*j*binDelta + binOffset + b];
[INFO] [stderr] warning: gibberlink-cli@0.1.0:       |                                                                                                                          ^
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking alsa v0.9.1
[INFO] [stderr]     Checking ctrlc v3.5.2
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.86s
[INFO] running `Command { std: "docker" "inspect" "852e60a30bcb8a55953b6063bacf6b86bab02739648a1e3a91d1e21303d22a5a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "852e60a30bcb8a55953b6063bacf6b86bab02739648a1e3a91d1e21303d22a5a", kill_on_drop: false }`
[INFO] [stdout] 852e60a30bcb8a55953b6063bacf6b86bab02739648a1e3a91d1e21303d22a5a
